Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sns-hfir-scse
sans
sans-backend
Commits
95ef7914
Commit
95ef7914
authored
Sep 08, 2022
by
Peterson, Peter
Browse files
Get into the correct directory
parent
cf8d7451
Pipeline
#282358
failed with stages
in 41 minutes and 25 seconds
Changes
1
Pipelines
27
Hide whitespace changes
Inline
Side-by-side
scripts/publish_package.sh
View file @
95ef7914
# Build conda library
set
-e
echo
GITHUB REF
$CI_COMMIT_REF_SLUG
# cd into the correct directory
THISFILE
=
$(
readlink
-f
"
$0
"
)
DIREC
=
$(
dirname
$THISFILE
)
# directory of executable
cd
"
${
DIREC
}
/../conda.recipe"
# setup and build the conda package
conda
install
-y
anaconda-client conda-build conda-verify
cd
conda.recipe
conda build
--output-folder
.
.
-c
neutrons
-c
mantid/label/nightly
# Verify
# show what tarballs were created
ls
*
/
*
.tar.bz2
# verify
conda-verify ./linux-64/drtsans-
*
.tar.bz2
# Deploy tags to anaconda.org
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment