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

Commit 9f3d09b

Browse files
committed
Do not try to fetch the binary
1 parent 955d4f2 commit 9f3d09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ freebsd_build_task:
1919

2020
env:
2121
GH_API_TOKEN: ENCRYPTED[5e482f417304528148bb96eca8d030eacd6ab9972d482485fc4d42907283b995f658b351e0676e9493a37d815398f541]
22+
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: yes
2223

2324
prepare_script:
2425
- pkg -R .cirrus/pkg/repos update -f;
@@ -36,7 +37,7 @@ freebsd_build_task:
3637
build_script:
3738
- |
3839
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
39-
echo "$change_dir npm install --unsafe-perm" | $exec_prefix /bin/sh
40+
echo "$change_dir npm install --unsafe-perm --production" | $exec_prefix /bin/sh
4041
echo "Generated files:"
4142
echo "$change_dir find vendor | $exec_prefix /bin/sh
4243

0 commit comments

Comments
 (0)