Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Fixed deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Dec 9, 2018
1 parent 5791032 commit 37d18b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ elif [ "$action" = "dist_test" ]; then
docker run -d -t -e TAG=$TAG -v $TRAVIS_BUILD_DIR:/root/super --name "$package" --privileged "$package:latest" "/bin/bash" &&
docker exec "$package" "/root/super/`echo $package`_build.sh"

elif [ "action" = "deploy"]; then
elif [ "action" = "deploy" ]; then
if [ -n "$TRAVIS_TAG" ]; then
mkdir -pv releases &&
for PACKAGE in "debian" "ubuntu" "fedora" "centos"; do
Expand Down

0 comments on commit 37d18b9

Please sign in to comment.