File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8080 echo "WRITE_STATUS_TOKEN_EXISTS=true" >> $GITHUB_ENV
8181 fi
8282 # for builds in Sage-Bionetworks repo', publish build artifacts
83- if [[ $GITHUB_REPOSITORY_OWNER == "brucehoff " ]]; then
84- if [[ $branch == "develop" || "true" ]]; then
83+ if [[ $GITHUB_REPOSITORY_OWNER == "Sage-Bionetworks " ]]; then
84+ if [[ $branch == "develop" ]]; then
8585 GIT_COMMIT=${{ github.sha }}
8686 ARTIFACT_VERSION=$(date +%Y-%m-%d_%H-%M)"_"${GIT_COMMIT:0:7}
8787 elif [[ $branch =~ "release-" ]]; then
Original file line number Diff line number Diff line change 1919 STS_CREDENTIALS : /build/session-token/${user}
2020 ARTIFACTORY_CREDS : /build/artifactory
2121 DATACITE_CREDS : /build/datacite
22-
2322phases :
2423 install :
2524 runtime-versions :
You can’t perform that action at this time.
0 commit comments