Skip to content

Commit e39a6c6

Browse files
committed
Use BASIS_TOKEN
1 parent 2f8d6af commit e39a6c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vendor_download.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#
1212

1313
set -e
14+
set -x
1415

1516
if [ -z "$GITHUB_TOKEN" ]; then
1617
echo "Provide your GITHUB_TOKEN in the environment"
@@ -198,7 +199,7 @@ jq -c ".assets | map({url: .url, name: .name}) | map(select($FILTER)) | .[]" $FI
198199
done
199200
echo "Ficus download successful"
200201

201-
rm $FICUS_RELEASE_JSON
202+
# rm $FICUS_RELEASE_JSON
202203

203204
# Download latest release of Circe
204205

0 commit comments

Comments
 (0)