You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -v $(pwd)/:/opt public.ecr.aws/m5k0g6n7/epmlsop/lifescience-build:$IMAGE_TAG bash -c "cd /opt/indigo/ && sh download.sh && cd /opt && make html 2>err.txt"
if [ -s "err.txt" ]; then
echo "::error file=err.txt::Errors while building portal"