Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayeswave-CICD-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
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
Service Desk
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
Meg Millhouse
bayeswave-CICD-testing
Commits
21ec65bc
Commit
21ec65bc
authored
5 months ago
by
Meg Millhouse
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
bb8e6ab5
Branches
master
No related tags found
No related merge requests found
Pipeline
#654273
passed
5 months ago
Stage: docker
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
21ec65bc
...
...
@@ -84,7 +84,7 @@ bayeswave:
BayesWaveUtils
:
stage
:
build
image
:
$UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:
v1.1.0
image
:
$UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:
latest
script
:
-
pushd BayesWaveUtils
-
python setup.py install --prefix $BUILD_TARGET
...
...
@@ -165,7 +165,7 @@ BayesWavePost:
bayeswave_pipe
:
stage
:
test
image
:
$UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:
v1.1.0
image
:
$UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:
latest
script
:
-
ls $BUILD_DIR
-
source $BUILD_DIR/bayeswave-user-env.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