Skip to content

Commit

Permalink
Merge pull request #3125 from grondo/fix-docker-deploy
Browse files Browse the repository at this point in the history
travis-ci: fix ARGS when DOCKER_TAG set
  • Loading branch information
mergify[bot] committed Aug 8, 2020
2 parents f198a29 + 470af78 commit 646f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ before_install:
export TAGNAME="${DOCKERREPO}:${IMG}${TRAVIS_TAG:+-${TRAVIS_TAG}}"
echo "Tagging new image $TAGNAME"
# Force ARGS to correct prefix, etc for docker image
export ARGS="--prefix=/usr --sysconfdir=/etc --with-systemdsystemunitdir=/etc/systemd/system --localstatedir=/var --with-flux-security --enable-caliper"
export ARGS="$ARGS --prefix=/usr --sysconfdir=/etc --with-systemdsystemunitdir=/etc/systemd/system --localstatedir=/var --with-flux-security --enable-caliper"
fi
install:
Expand Down

0 comments on commit 646f285

Please sign in to comment.