Skip to content
Snippets Groups Projects
Commit 9461fda3 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Add -x, fix variable default

parent e3ddde63
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!20Pipeline update
#! /bin/bash #! /bin/bash -x
$PYTHON_VERSION=${PYTHON_VERSION:3.8} $PYTHON_VERSION=${PYTHON_VERSION:-"3.8"}
if [ -f "/etc/profile.d/conda.sh" ]; then if [ -f "/etc/profile.d/conda.sh" ]; then
......
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