Skip to content

Commit

Permalink
Merge pull request #7 from CybercentreCanada/hotfix/fix_build_pipeline
Browse files Browse the repository at this point in the history
Fixing build pipeline
  • Loading branch information
cccs-sgaron authored Apr 1, 2021
2 parents 035e862 + 3cffbf4 commit ed23947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ stages:
sudo mkdir -p /etc/assemblyline/
sudo cp $(Pipeline.Workspace)/pipelines/config.yml /etc/assemblyline/
# Start service containers that can't be started by azure properly
sudo docker run -d --name nginx --network host --restart on-failure -e "FRONTEND_HOST=localhost" -e "UI_HOST=localhost" -e "SOCKET_HOST=localhost" -e "TEMPLATE=minimal" -e "FQDN=localhost" cccs/nginx-ssl
sudo docker run -d --name nginx --network host --restart on-failure -e "FRONTEND_HOST=localhost" -e "UI_HOST=localhost" -e "SOCKET_HOST=localhost" -e "TEMPLATE=minimal" -e "FQDN=localhost" cccs/nginx-ssl-frontend
sudo docker run -d --name alui --network host -e "WORKERS=1" -e "THREADS=1" -v "/etc/assemblyline/config.yml":"/etc/assemblyline/config.yml" cccs/assemblyline-ui:stable
sudo docker run -d --name frontend --network host cccs/assemblyline-ui-frontend:stable
sudo docker run -d --name alsocketio --network host -v "/etc/assemblyline/config.yml":"/etc/assemblyline/config.yml" cccs/assemblyline-socketio:stable
Expand Down

0 comments on commit ed23947

Please sign in to comment.