Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 15, 2024
1 parent 165ab5c commit 9377b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/kaniko-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ kaniko_execute() {
dir="$1"
if [ -z "$dir" ] ; then
dir=$DOCKER_DIR
echo "No directory specified, taking from environment DOCKER_DIR=$DOCKER_DIR"
fi
version="$2"
if [ -z "$version" ] ; then
echo "Version no specified, taking PROJECT_VERSION=$PROJECT_VERSION"
echo "Version no specified, taking from environment PROJECT_VERSION=$PROJECT_VERSION"
version=$PROJECT_VERSION
fi

Expand Down

0 comments on commit 9377b3a

Please sign in to comment.