|
|
@ -13,15 +13,10 @@
|
|
|
|
image: busybox:latest
|
|
|
|
image: busybox:latest
|
|
|
|
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
before_script:
|
|
|
|
- echo "Before script section"
|
|
|
|
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
|
|
|
- echo "For example you might run an update here or install a build dependency"
|
|
|
|
- chmod 644 ~/.ssh/known_hosts
|
|
|
|
- echo "Or perhaps you might print out some debugging details"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after_script:
|
|
|
|
firefox:
|
|
|
|
- echo "After script section"
|
|
|
|
|
|
|
|
- echo "For example you might do some cleanup here"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build1:
|
|
|
|
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- bash build-ff.sh
|
|
|
|
- bash build-ff.sh
|
|
|
|