Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Aug 4, 2021
1 parent e14bc84 commit 32eb107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:
export CONTAINER=latest
else
export CONTAINER=stable
if
fi
# Run the container pulls in parallel, wait for them all to finish before next step
sudo docker pull -q cccs/nginx-ssl-frontend &
sudo docker pull -q cccs/assemblyline-ui:$CONTAINER &
Expand All @@ -99,7 +99,7 @@ stages:
export CONTAINER=latest
else
export CONTAINER=stable
if
fi
# Install configuration file
sudo mkdir -p /etc/assemblyline/
sudo cp $(Pipeline.Workspace)/pipelines/config.yml /etc/assemblyline/
Expand Down

0 comments on commit 32eb107

Please sign in to comment.