Skip to content

Commit

Permalink
Commented out debug code, re-enabled curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Denperidge committed Oct 5, 2023
1 parent 738faf9 commit 86bc6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ do
rm -rf $tmpci
mkdir -p $tmpci

cp .release/$type.tar.gz $tmpci
#curl -L -o $tar https://github.com/Denperidge-Redpencil/ci-quickstart/releases/latest/download/$type.tar.gz
#cp .release/$type.tar.gz $tmpci
curl -L -o $tar https://github.com/Denperidge-Redpencil/ci-quickstart/releases/latest/download/$type.tar.gz
tar -xzf $tar -C $tmpci

for file in $(find $tmpci -name "*.yml")
Expand Down

0 comments on commit 86bc6a8

Please sign in to comment.