Skip to content

Commit

Permalink
SQUASH ME: rearrange build args
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Jul 26, 2023
1 parent 3749467 commit 66e5cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docker build . \
--build-arg DISTRO=${DISTRO} \
--build-arg EE=${EE} \
--build-arg USER=${NEXUS_USER} \
--build-arg PASSWORD=${NEXUS_PASS} \
${VERSION_ARGUMENT} \
${SNAPSHOT_ARGUMENT} \
--build-arg PASSWORD=${NEXUS_PASS}
${SNAPSHOT_ARGUMENT}

./test/test.sh

0 comments on commit 66e5cfb

Please sign in to comment.