File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 source scripts/lib-jira.sh
3434 source scripts/lib-kosli.sh
3535
36- # Check if a release already exists, if so we fail
36+ # Check if a release already exists, if so we fail
3737# CURRENT_REL_JSON=$(get_CURRENT_REL_candidate ${{ env.JIRA_PROJECT_ID }})
3838# CURRENT_REL=$(echo "${CURRENT_REL_JSON}" | jq .values)
3939# if [ "${CURRENT_REL}" != "[]" ]; then
4040# echo "Release candidate already exist: ${CURRENT_REL}"
4141# exit 1
4242# fi
4343
44- # Create the release and get the release ID
44+ # Create the release and get the release ID
4545# TIMESTAMP=$(date -u "+%Y-%m-%d-%H-%M-%S")
4646# CREATE_RESULT_JSON=$(create_release ${{ env.JIRA_PROJECT_ID }} ${TIMESTAMP})
4747# RELEASE_ID=$(echo "${CREATE_RESULT_JSON}" | jq .id)
You can’t perform that action at this time.
0 commit comments