Commit 3bfdd3ae authored by MR●Pang's avatar MR●Pang Committed by Marcel Amirault

fix: fix dependencies example error

parent 62ba2ee9
...@@ -1430,13 +1430,13 @@ test osx: ...@@ -1430,13 +1430,13 @@ test osx:
stage: test stage: test
script: make test:osx script: make test:osx
dependencies: dependencies:
- build:osx - build osx
test linux: test linux:
stage: test stage: test
script: make test:linux script: make test:linux
dependencies: dependencies:
- build:linux - build linux
deploy: deploy:
stage: deploy stage: deploy
......
Markdown is supported
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