Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 16, 2024
1 parent 8aa8409 commit 9483389
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions labs/2_authorization/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ set -euo pipefail

DIR=$(cd "$(dirname "$0")"; pwd -P)

FILES=$DIR/*.sh
for f in $FILES
do
if echo "$f" | grep "ci\.sh"; then
echo
ink "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
ink "NOT processing $f"
ink "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
else
echo
ink "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
ink "Processing $f"
ink "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
sh -c "$f"
fi
done
$DIR/1_RBAC_sa.sh
$DIR/2_RBAC_role.sh
$DIR/3_RBAC_clusterrole.sh

0 comments on commit 9483389

Please sign in to comment.