From 923dc582b01aa4645b72ac82d141342a6842059a Mon Sep 17 00:00:00 2001 From: and94x Date: Sat, 13 Aug 2022 01:06:06 +0200 Subject: [PATCH] gitlab-ci --- .gitlab-ci.yml | 11 +++-------- README.md | 4 ++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca48175..7800c37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index d4ea4d3..ec667f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ +# Project brief + + # Build +[![pipeline status](https://lab.theresno.cloud/and94x/stammtv-extension/badges/master/pipeline.svg)](https://lab.theresno.cloud/and94x/stammtv-extension/-/commits/master) 1. Checkout and dir into project folder ```shell