Quellcode durchsuchen

Update .gitlab-ci.yml

Nathan Schneider vor 4 Jahren
Ursprung
Commit
43ced35aca
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

@@ -8,10 +8,9 @@ before_script:
   - apt-get update -qq && apt-get install -y -qq rsync sshpass
   - bundle install
   - gem install jekyll
-
-deploy_script:
   - jekyll deploy
 
+deploy_script:
 #  stage: deploy
 #  only:
 #    - master