Skip to content

Commit

Permalink
Fix create assets script
Browse files Browse the repository at this point in the history
  • Loading branch information
132ikl committed Jan 5, 2020
1 parent 3211a8b commit 13c5101
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-scripts/create_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ fi
mkdir -p packages/deps
mkdir -p build
if [ "$USING_TRAVIS" -eq "1" ]; then
:
# curl -c /dev/null --digest -u travis:$TFG_PASSWORD http://ikl.sh:5000/download/cigroup --output opsi-packages-$date.tar.gz
# tar xf opsi-packages-$date.tar.gz -C packages/
# rm opsi-packages-$date.tar.gz
curl -c /dev/null --digest -u travis:$TFG_PASSWORD http://ikl.sh:5000/download/cigroup --output opsi-packages-$date.tar.gz
tar xf opsi-packages-$date.tar.gz -C packages/
rm opsi-packages-$date.tar.gz
fi
cd packages/
cp -rf *.* deps/
Expand Down

0 comments on commit 13c5101

Please sign in to comment.