Skip to content

Commit

Permalink
build: fix docker variables (centos deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullincome committed Dec 17, 2019
1 parent db886a7 commit afdf1ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_amd64_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$1" = "in_docker" ]; then
cd tests
sudo perl test-stunnel-msspi.pl || exit 1
cd ../src
tar -cvzf ${TRAVIS_TAG}_linux-amd64${BUILD_OS:+[_$BUILD_OS]}.tar.gz stunnel-msspi
tar -cvzf ${TRAVIS_TAG}_linux-amd64${BUILD_OS:+_$BUILD_OS}.tar.gz stunnel-msspi
cd ..;
fi
fi
Expand All @@ -40,6 +40,7 @@ else
sleep 5

echo "export BUILD_OS='${BUILD_OS}'" > envvars.sh
echo "export TRAVIS_TAG='${TRAVIS_TAG}'" >> envvars.sh
echo "export CONFIGURE_OPTIONS='${CONFIGURE_OPTIONS}'" >> envvars.sh
echo "export CSPMODE='${CSPMODE}'" >> envvars.sh
echo "export MSSPI='${MSSPI}'" >> envvars.sh
Expand Down

0 comments on commit afdf1ce

Please sign in to comment.