Skip to content

Commit

Permalink
Fixed invalid yaml syntax.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Apr 8, 2020
1 parent dff2ab6 commit be234fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ create_github_release:
dependencies:
- test_arosics
script:
curl --data '{"tag_name": "$CI_COMMIT_TAG",
"target_commitish": "master",
"name": "$CI_COMMIT_TAG",
"body": "",
"draft": false,
"prerelease": false}' \
- curl --data "{"tag_name":"$CI_COMMIT_TAG",
"target_commitish":"master",
"name":"$CI_COMMIT_TAG",
"body":"",
"draft":false,
"prerelease":false}" \
https://api.github.com/repos/GFZ/arosics/releases?access_token=$GITHUB_RELEASE_TOKEN
only:
- master
Expand Down

0 comments on commit be234fb

Please sign in to comment.