Skip to content
Snippets Groups Projects
Commit 7afa6338 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Fix pipeline

parent 4fab305c
No related branches found
No related tags found
No related merge requests found
Pipeline #3260 passed
...@@ -14,12 +14,12 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -14,12 +14,12 @@ build-job: # This job runs in the build stage, which runs first.
- make build - make build
- echo "Compile complete." - echo "Compile complete."
artifacts: artifacts:
names: "FofbTool" name: "FofbTool"
paths: paths:
- dist/ - dist/
release_job: release_job:
stage: release stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually - if: $CI_COMMIT_TAG # Run this job when a tag is created manually
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment