This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ freebsd_build_task:
28
28
./scripts/configure_freebsd_ci_jail.sh $jail_name $CIRRUS_WORKING_DIR;
29
29
$exec_prefix pkg update -f
30
30
fi
31
- - $exec_prefix pkg install -y "${package}" python2
31
+ - $exec_prefix pkg install -y "${package}" python2 git
32
32
- $exec_prefix node --version
33
33
- $exec_prefix npm --version
34
34
- $exec_prefix clang++ --version
@@ -38,9 +38,10 @@ freebsd_build_task:
38
38
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
39
39
echo "$change_dir npm install --unsafe-perm" | $exec_prefix /bin/sh
40
40
41
- publish_script :
41
+ publish_task :
42
+ only_if : $CIRRUS_TAG != ""
43
+ script :
42
44
- |
43
- if test "$CIRRUS_TAG" != ""; then
44
45
for file in `ls vendor/**/*.node`; do
45
46
parent=${file%/*};
46
47
name=${parent##*/};
@@ -49,4 +50,3 @@ freebsd_build_task:
49
50
echo -e "New filename\072 $fullyQualifiedName";
50
51
./scripts/upload-github-release-asset.sh github_api_token=$GH_API_TOKEN owner=sass repo=node-sass tag=$CIRRUS_TAG filename=$fullyQualifiedName;
51
52
done
52
- fi
You can’t perform that action at this time.
0 commit comments