Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessing-cwl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
preprocessing-cwl
Commits
ebd3d231
Commit
ebd3d231
authored
2 months ago
by
Mick Veldhuis
Browse files
Options
Downloads
Patches
Plain Diff
Remove debug code
parent
c9648e5b
No related branches found
No related tags found
1 merge request
!6
Add basic CI/CD functionality
Pipeline
#99559
passed
2 months ago
Stage: prepare
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-6
1 addition, 6 deletions
.gitlab-ci.yml
docker/ci-runner/Dockerfile
+0
-2
0 additions, 2 deletions
docker/ci-runner/Dockerfile
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
6
View file @
ebd3d231
...
...
@@ -37,9 +37,4 @@ validate:
stage
:
test
needs
:
[
"
trigger_prepare"
]
script
:
-
echo $CI_REGISTRY_IMAGE
-
echo $CI_COMMIT_REF_SLUG
-
python3 -m pip list
-
node --version
-
cwltool --version
-
cwltool --debug --validate workflows/pipeline.cwl tests/pipeline_input.json
-
cwltool --validate workflows/pipeline.cwl tests/pipeline_input.json
This diff is collapsed.
Click to expand it.
docker/ci-runner/Dockerfile
+
0
−
2
View file @
ebd3d231
...
...
@@ -6,7 +6,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update
&&
\
apt-get
install
-y
\
wget
\
nodejs
\
python3
\
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
@@ -20,4 +19,3 @@ RUN python3 -m pip install --no-cache-dir --upgrade \
RUN
node
--version
RUN
cwltool
--version
RUN
python3
-m
pip list
\ 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