From 40321a5aea2821c6432864d77fe5a307d9ff059e Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 17 Aug 2022 17:39:09 +0000 Subject: [PATCH 1/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7800c37..895a4d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,6 @@ # 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 -image: busybox:latest - -before_script: - - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - - chmod 644 ~/.ssh/known_hosts firefox: stage: build From e33b88edc070fd1eeb04106f8b2a97dd28109c15 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 17 Aug 2022 17:48:17 +0000 Subject: [PATCH 2/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 895a4d4..f93eb1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ # you can delete this line if you're not using Docker +stages: + - build + firefox: stage: build script: