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
Compare revisions
2c9fe4da01cad941ec8943143e7fc596c2cbcd59 to 3fadd8b9d5251a8c87ae80c457e15536539f7003
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nimrod/blog
Select target project
No results found
3fadd8b9d5251a8c87ae80c457e15536539f7003
Select Git revision
Swap
Target
nimrod/blog
Select target project
nimrod/blog
1 result
2c9fe4da01cad941ec8943143e7fc596c2cbcd59
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update dependencies.
· 5cfe1c85
nimrod
authored
1 year ago
5cfe1c85
Revert "Fix the build."
· 3fadd8b9
nimrod
authored
1 year ago
This reverts commit
2c9fe4da
.
3fadd8b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Pipfile.lock
+433
-217
433 additions, 217 deletions
Pipfile.lock
with
435 additions
and
219 deletions
.gitlab-ci.yml
View file @
3fadd8b9
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Pipfile.lock
View file @
3fadd8b9
This diff is collapsed.
Click to expand it.