Skip to content
Snippets Groups Projects
Commit 8583ee30 authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Typo on #374

parent b8f62075
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ stages: ...@@ -3,6 +3,7 @@ stages:
- install - install
- test - test
- build - build
- clean-stale-branches
- deploy - deploy
- deploy-stable - deploy-stable
- releases-nightly - releases-nightly
...@@ -77,9 +78,7 @@ build: ...@@ -77,9 +78,7 @@ build:
- npm run build -- --base-href=/cassiopee/$CI_COMMIT_REF_NAME/ - npm run build -- --base-href=/cassiopee/$CI_COMMIT_REF_NAME/
clean-stale-branches: clean-stale-branches:
stage: stage: clean-stale-branches
- deploy
- deploy-stable
only: only:
- pushes - pushes
- tags - tags
......
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