Skip to content

Commit

Permalink
Adding sleep of 5min to the docker build images
Browse files Browse the repository at this point in the history
Updated from the GH web UI
  • Loading branch information
amaltaro committed Dec 2, 2022
1 parent 01afefd commit a960e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_images_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/pypi/${{inputs.wmcore_component}}/Dockerfile
sed -i -e "s,ENV TAG=.*,ENV TAG=${{steps.get-ref.outputs.tag}},g" Dockerfile
cat Dockerfile
echo "Sleeping 5min to ensure that PyPi packages are available..."
sleep 300
docker build --tag registry.cern.ch/cmsweb/${{inputs.wmcore_component}}:${{steps.get-ref.outputs.tag}} .
- name: Images
Expand Down

0 comments on commit a960e58

Please sign in to comment.