gitlab-ci
This commit is contained in:
parent
ce6784d45e
commit
923dc582b0
@ -13,15 +13,10 @@
|
||||
image: busybox:latest
|
||||
|
||||
before_script:
|
||||
- echo "Before script section"
|
||||
- echo "For example you might run an update here or install a build dependency"
|
||||
- echo "Or perhaps you might print out some debugging details"
|
||||
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
|
||||
after_script:
|
||||
- echo "After script section"
|
||||
- echo "For example you might do some cleanup here"
|
||||
|
||||
build1:
|
||||
firefox:
|
||||
stage: build
|
||||
script:
|
||||
- bash build-ff.sh
|
||||
|
Loading…
Reference in New Issue
Block a user