From ef2f9616237dd2bc370e918479fe4c730c3d7c11 Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Wed, 1 Jun 2022 13:29:20 +0200 Subject: [PATCH] Fix missing " --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c036536..747850c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ package_files: stage: build # add storing of the build artefact script: - - echo "python setup.py sdist bdist_wheel # or something similar" + - echo "python setup.py sdist bdist_wheel" # or something similar publish_on_gitlab: stage: publish -- GitLab