Skip to content
Snippets Groups Projects
Commit 36eaaa45 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

echo k

parent 5322d08b
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -6,6 +6,7 @@ source $(dirname ${0})/functions.sh
# Uploads all the built packages
for os in "linux-64" "osx-64" "noarch"; do
for k in "conda-env/${os}/*.tar.bz2"; do
echo "${k}"
if [ -z "${CI_COMMIT_TAG}" ]; then #beta
dav_upload "${k}" "${CONDA_BETA_CHANNEL/private/private-upload}/${os}/"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment