Skip to content

Commit cc49395

Browse files
authored
don't exit before publishing (#30)
1 parent 92af7a2 commit cc49395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

circleci/workflow-publish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ CURL_DATA="{\"username\":\"$USER\",\"reponame\":\"$REPO\",\"buildnum\":$BUILD_NU
5050
echo "Publishing to workflow-manager..."
5151
echo $CURL_DATA | python -m json.tool
5252

53-
exit 1
54-
5553
CURL_OUTPUT="workflow-manager.out"
5654
SC=$(curl -u $WF_USER:$WF_PASS \
5755
-w "%{http_code}" \

0 commit comments

Comments
 (0)