Commit ff42c3eb authored by guilhemheinrich's avatar guilhemheinrich
Browse files

[Fix] gitlab-ci

parent 603502aa
No related merge requests found
Showing with 0 additions and 11 deletions
+0 -11
...@@ -19,17 +19,6 @@ build_job: ...@@ -19,17 +19,6 @@ build_job:
reports: reports:
dotenv: job.env dotenv: job.env
# release_job:
# stage: release
# image: alpine
# script:
# - apk add --no-cache curl # Installez curl pour les appels API
# - curl --header "PRIVATE-TOKEN: AT-KQXzMZCvv48DkPB4G" --upload-file /bin.exe "$CI_API_V4_URL/projects/$CI_PROJECT_ID/releases/$CI_COMMIT_TAG/assets/links"
# dependencies:
# - build_job
# only:
# - tags
create:release: create:release:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment