Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
et-iedo-public
debian-packages
gitlab-package-build
Commits
2d93d8d6
Commit
2d93d8d6
authored
Dec 14, 2021
by
Adam Lewenberg
Browse files
remove .gitlab-ci.yml as we don't want this repo to do any CI/CD itself
parent
a7d036db
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
a7d036db
stages
:
-
genconfig
-
build-deb
default
:
tags
:
-
et-iedo-public-stage
# Generate two files to be used in the child-pipeline job below:
# - a GitLab CI/CD YAML file
# - a dput.conf file
variables
:
DPUT_HOST
:
stanford-dev
DPUT_USER
:
auto-iedo
DEBIAN_DISTROS
:
buster
generate-config
:
stage
:
genconfig
image
:
alpine:latest
script
:
-
apk add -U git
-
apk add -U bash
-
pwd
-
ls -lrta
-
git clone https://code.stanford.edu/et-iedo-public/debian-packages/gitlab-package-build.git
-
cd gitlab-package-build
-
ls -lrta
-
./generate-yaml.sh > ../generated-config.yml
-
./generate-dput-conf.sh > ../dput.cf
artifacts
:
paths
:
-
generated-config.yml
-
dput.cf
child-pipeline
:
stage
:
build-deb
trigger
:
include
:
-
artifact
:
generated-config.yml
job
:
generate-config
variables
:
PARENT_PIPELINE_ID
:
$CI_PIPELINE_ID
USER
:
$DPUT_USER
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment