From aab6ba5b270206a6f6136e0e5b78c4c185d3d85c Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Sun, 20 Oct 2024 16:07:00 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 8034e80..43a8ccc 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -70,7 +70,7 @@ deploy: # - buildWindowsAndLinux before_script: - cd receivers/electron - - apt update && apt install -y python3-boto3 + - pip install boto3 script: - python3 scripts/deploy.py when: manual