From 7290d3f4a75913378625e8c746a1ae389a3c1130 Mon Sep 17 00:00:00 2001 From: Jake <j.vondoemming@stud.uni-goettingen.de> Date: Thu, 5 May 2022 14:59:34 +0200 Subject: [PATCH] disabled pipeline --- .gitlab-ci.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 632f780..72cf341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,18 @@ -build1: - stage: build - tags: - - landingpage - script: - - echo "Pulling repos..." - - pushd /opt/fgwb-gitlab-ci/gitmeta && git pull && popd - - pushd /opt/fgwb-gitlab-ci/gitwiki && git pull && popd - - fgwb file:///opt/fgwb-gitlab-ci/gitwiki/.git file:///opt/fgwb-gitlab-ci/gitmeta/.git /opt/fgwb-gitlab-ci/todeploy - - rm -rf /tmp/fgwb/ - -deploy1: - stage: deploy - tags: - - landingpage - script: - - cp -rv /opt/fgwb-gitlab-ci/todeploy/* /usr/share/nginx/html/ - - chmod -R a+rX /usr/share/nginx/html/ +#build1: +# stage: build +# tags: +# - landingpage +# script: +# - echo "Pulling repos..." +# - pushd /opt/fgwb-gitlab-ci/gitmeta && git pull && popd +# - pushd /opt/fgwb-gitlab-ci/gitwiki && git pull && popd +# - fgwb file:///opt/fgwb-gitlab-ci/gitwiki/.git file:///opt/fgwb-gitlab-ci/gitmeta/.git /opt/fgwb-gitlab-ci/todeploy +# - rm -rf /tmp/fgwb/ +# +#deploy1: +# stage: deploy +# tags: +# - landingpage +# script: +# - cp -rv /opt/fgwb-gitlab-ci/todeploy/* /usr/share/nginx/html/ +# - chmod -R a+rX /usr/share/nginx/html/ -- GitLab