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
Bliss
conda-recipes
Commits
1f0757f3
Commit
1f0757f3
authored
Jun 23, 2017
by
Vincent Michel
Browse files
Fix cd command
parent
2bfb2c70
Pipeline
#454
failed with stages
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f0757f3
...
...
@@ -4,7 +4,7 @@ before_script:
build
:
stage
:
build
script
:
-
cd
`git rev-parse --abbrev-ref HEAD`
-
cd
$CI_COMMIT_REF_NAME
-
conda build . --prefix-length=80 --output-folder=../dist/ --python=2.7
#- conda build . --prefix-length=80 --output-folder=../dist/ --python=3.5
#- conda build . --prefix-length=80 --output-folder=../dist/ --python=3.6
...
...
Write
Preview
Supports
Markdown
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