Skip to content

Commit

Permalink
chore: increase cloudbuild timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 15, 2021
1 parent 64f668c commit 55c9a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ steps:

images:
- "europe-west1-docker.pkg.dev/$PROJECT_ID/sghi/mle:$COMMIT_SHA"

timeout: 1200s
queueTtl: 3600s
2 changes: 1 addition & 1 deletion pepfar_mle/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> {# Placed at the top of the document so pages load faster with defer #} {% block javascript %}
<!-- Vendor dependencies bundled as one file-->{% compress js %}

<script src="https://kit.fontawesome.com/e1c9d8c99d.js" crossorigin="anonymous"></script>
<script defer src="{% static 'js/vendors.js' %}"></script>{% endcompress %}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WW2W29ZMTZ"></script>
<script src="https://kit.fontawesome.com/e1c9d8c99d.js" crossorigin="anonymous"></script>

<!-- place project specific Javascript in this file -->{% compress js %}
<script defer src="{% static 'js/project.js' %}"></script>{% endcompress %} {% endblock javascript %}
Expand Down

0 comments on commit 55c9a2f

Please sign in to comment.