Skip to content

Commit

Permalink
ci: drop use of set-env and add-path (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Nov 6, 2020
1 parent 5ecd028 commit 1203460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _scripts/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ function doBranchCheck {
return
fi
echo "Skipping build for ${VIM_FLAVOR}_${VIM_VERSION}_${GO_VERSION}"
echo "::set-env name=CI_SKIP_JOB::true"
echo "CI_SKIP_JOB=true" >> $GITHUB_ENV
exit 0
}
2 changes: 1 addition & 1 deletion _scripts/postRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tidyUp $ARTEFACTS
# step in CI only runs after tidyUp, since it isn't
# possible (at least currently) to check the status
# of this job step alone.
echo "::set-env name=CI_UPLOAD_ARTIFACTS::true"
echo "CI_UPLOAD_ARTIFACTS=true" >> $GITHUB_ENV

0 comments on commit 1203460

Please sign in to comment.