fix: multiple fixes
- fix basename command, missing $ - change BRANCH to GIT_BRANCH when pushing keys to consul - run `make all` instead of `make build-all`
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ images_changes=$(git diff --name-only master | grep -E '^images/')
|
||||
# Run `make all` if there are changes in builds/
|
||||
if [ -n "$builds_changes" ]; then
|
||||
echo "Changes detected in builds/. Running 'make build-all'..."
|
||||
make build-all
|
||||
make all
|
||||
fi
|
||||
|
||||
# Run specific `make` commands for each changed file in images/
|
||||
|
||||
Reference in New Issue
Block a user