Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 2391527

Browse files
committed
need git to checkout sass-spec
1 parent 9a77aa0 commit 2391527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ freebsd_build_task:
2828
./scripts/configure_freebsd_ci_jail.sh $jail_name $CIRRUS_WORKING_DIR;
2929
$exec_prefix pkg update -f
3030
fi
31-
- $exec_prefix pkg install -y "${package}" python2
31+
- $exec_prefix pkg install -y "${package}" python2 git
3232
- $exec_prefix node --version
3333
- $exec_prefix npm --version
3434
- $exec_prefix clang++ --version
@@ -38,9 +38,10 @@ freebsd_build_task:
3838
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
3939
echo "$change_dir npm install --unsafe-perm" | $exec_prefix /bin/sh
4040
41-
publish_script:
41+
publish_task:
42+
only_if: $CIRRUS_TAG != ""
43+
script:
4244
- |
43-
if test "$CIRRUS_TAG" != ""; then
4445
for file in `ls vendor/**/*.node`; do
4546
parent=${file%/*};
4647
name=${parent##*/};
@@ -49,4 +50,3 @@ freebsd_build_task:
4950
echo -e "New filename\072 $fullyQualifiedName";
5051
./scripts/upload-github-release-asset.sh github_api_token=$GH_API_TOKEN owner=sass repo=node-sass tag=$CIRRUS_TAG filename=$fullyQualifiedName;
5152
done
52-
fi

0 commit comments

Comments
 (0)