Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
blog
Commits
3fadd8b9
Commit
3fadd8b9
authored
1 year ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Fix the build."
This reverts commit
2c9fe4da
.
parent
5cfe1c85
No related branches found
No related tags found
No related merge requests found
Pipeline
#3671
failed
1 year ago
Stage: .pre
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
3fadd8b9
...
@@ -7,7 +7,7 @@ build:
...
@@ -7,7 +7,7 @@ build:
stage
:
deploy
stage
:
deploy
tags
:
[
"
ns4.shore.co.il"
]
tags
:
[
"
ns4.shore.co.il"
]
script
:
script
:
# yamllint disable rule:line-length
# yamllint disable
-line
rule:line-length
-
cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")"
-
cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")"
-
docker pull registry.shore.co.il/ci-images:python3
-
docker pull registry.shore.co.il/ci-images:python3
-
>-
-
>-
...
@@ -19,4 +19,4 @@ build:
...
@@ -19,4 +19,4 @@ build:
--workdir "$PWD"
--workdir "$PWD"
registry.shore.co.il/ci-images:python3
registry.shore.co.il/ci-images:python3
/bin/sh -xc
/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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment