Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lazypp
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
Thierry Martinez
lazypp
Commits
64706045
Commit
64706045
authored
2 years ago
by
Thierry Martinez
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci
parent
0eb21f6c
No related branches found
No related tags found
No related merge requests found
Pipeline
#549992
failed
2 years ago
Stage: prepare
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+22
-0
22 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+4
-0
4 additions, 0 deletions
Dockerfile
with
26 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
22
−
0
View file @
64706045
stages
:
[
"
prepare"
,
"
build"
]
prepare environment
:
tags
:
-
linux
stage
:
prepare
image
:
docker
rules
:
-
changes
:
-
Dockerfile
script
:
-
docker build -t "$CI_REGISTRY_IMAGE/lazypp" .
-
docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
-
docker push "$CI_REGISTRY_IMAGE/lazypp"
build
:
tags
:
-
linux
stage
:
build
image
:
"
$CI_REGISTRY_IMAGE/lazypp"
script
:
-
act
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
4
−
0
View file @
64706045
FROM
ubuntu
COPY
.actrc /root
RUN
apt-get update
&&
apt-get
install
--yes
curl
RUN
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | bash
\ No newline at end of file
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