This website works better with JavaScript.
Home
Explore
Help
Sign In
sbrl
/
RhinoReminds
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Remove debug call in CI script
master
Starbeamrainbowlabs
1 year ago
parent
b47c7e4cf7
commit
ef8c90b4ad
Signed by:
sbrl
GPG Key ID:
1BE5172E637709C2
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
build
+ 0
- 2
build
View File
@ -195,8 +195,6 @@ task_ci() {
# FUTURE: We'll (eventually) want to call the package task here too
tasks_run build archive;
echo "[DEBUG] '${GIT_REF_NAME}' / 'master'";
if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then
tasks_run deploy;
else
Write
Preview
Loading…
Cancel
Save