Skip to content

Commit 4ed757f

Browse files
committed
PLFM-9253: remove test code
1 parent 263b3e3 commit 4ed757f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
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

configuration/build/buildspec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
STS_CREDENTIALS: /build/session-token/${user}
2020
ARTIFACTORY_CREDS: /build/artifactory
2121
DATACITE_CREDS: /build/datacite
22-
2322
phases:
2423
install:
2524
runtime-versions:

0 commit comments

Comments
 (0)