Skip to content

Commit

Permalink
Simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 15, 2024
1 parent dde39e0 commit e83ea16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker-build-setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
echo "docker build setup"
echo "docker build setup $0"

if [ "$TRACE" = "true" ] ; then
echo "Tracing"
Expand Down
1 change: 0 additions & 1 deletion scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export TRACE='false'

echo Using registry ${REGISTRY}

. /docker-build-setup.sh
. /kaniko-gitlab.sh

echo "Using build args $DOCKER_BUILD_ARGS"
Expand Down

0 comments on commit e83ea16

Please sign in to comment.