You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- before_script:
- - echo "Before script section"
-
- after_script:
- - echo "After script section"
-
- build1:
- stage: build
- script:
- - echo "Do your build here"
- - ls
- - ~/pawncc
-
- deploy1:
- stage: deploy
- script:
- - echo "Do your deploy here"
|