From 0ba1da6e0e035f4bf6515a5ae209ab47328949a8 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 29 Oct 2018 14:25:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ec9809..370a7d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ before_script: build: script: - - ls -la + - pip install requests - python get_app_data.py $HAAPS_TOKEN - hugo - smbclient '//192.168.30.10/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'