From 3fadd8b9d5251a8c87ae80c457e15536539f7003 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Dec 2023 16:15:55 +0200 Subject: [PATCH] Revert "Fix the build." This reverts commit 2c9fe4da01cad941ec8943143e7fc596c2cbcd59. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index debc25a..959ce41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build: stage: deploy tags: ["ns4.shore.co.il"] script: - # yamllint disable rule:line-length + # yamllint disable-line rule:line-length - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" - docker pull registry.shore.co.il/ci-images:python3 - >- @@ -19,4 +19,4 @@ build: --workdir "$PWD" registry.shore.co.il/ci-images:python3 /bin/sh -xc - "CFLAGS='-I${PREFIX}/include/python3.11/cpython' pipenv --python=python3 install && pipenv run clean && pipenv run build" + "pipenv --python=python3 install && pipenv run clean && pipenv run build" -- GitLab