|
|
@ -10,11 +10,9 @@
|
|
|
|
# See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options
|
|
|
|
# See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options
|
|
|
|
|
|
|
|
|
|
|
|
# you can delete this line if you're not using Docker
|
|
|
|
# you can delete this line if you're not using Docker
|
|
|
|
image: busybox:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
stages:
|
|
|
|
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
|
|
|
- build
|
|
|
|
- chmod 644 ~/.ssh/known_hosts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
firefox:
|
|
|
|
firefox:
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|