Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
float-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
float-runner
Commits
5e76cafb
Commit
5e76cafb
authored
Mar 21, 2024
by
kwadronaut
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/gitlab-ci' into 'master'
.gitlab-ci.yml - fix Requests to localhost See merge request
!2
parents
1c5c250d
35bb3cfd
No related branches found
No related tags found
1 merge request
!2
.gitlab-ci.yml - fix Requests to localhost
Pipeline
#206546
passed
Mar 21, 2024
Stage: build
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
5e76cafb
---
---
include
:
include
:
-
'
https://0xacab.org/
leap/container-platform/glue
/raw/master/.gitlab-ci.yml
'
-
project
:
'
leap/container-platform/glue'
file
:
'
/.gitlab-ci.yml'
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
2
View file @
5e76cafb
FROM
debian:12
FROM
debian:12
COPY
build.sh /tmp/build.sh
COPY
build.sh /tmp/build.sh
COPY
ansible-buster.patch /tmp/ansible-buster.patch
COPY
with-ssh-key /usr/bin/with-ssh-key
COPY
with-ssh-key /usr/bin/with-ssh-key
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
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