Hackerrank moved Sandbox to Production. Chubb upload. Webhook test for Anthology's Workato.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
{% if current_school.id == staging_school_id %}
|
||||
{% comment %} <link rel="stylesheet" href="https://cdn.northpass.io/walmart/staging/walmart-styles_11092023_v1.min.css" /> {% endcomment %}
|
||||
{% elsif current_school.id == production_sandbox_school_id %}
|
||||
{% comment %} <link rel="stylesheet" href="https://cdn.northpass.io/walmart/production-sandbox/walmart-styles_11092023_v1.min.css" /> {% endcomment %}
|
||||
<link rel="stylesheet" href="https://cdn.northpass.io/walmart/production-sandbox/walmart-styles_11092023_v1.min.css" />
|
||||
{% elsif current_school.id == live_school_id %}
|
||||
<link rel="stylesheet" href="https://cdn.northpass.io/walmart/live/walmart-styles_11092023_v1.min.css" />
|
||||
{% endif %}
|
||||
@ -22,8 +22,8 @@
|
||||
{% comment %} <script src="https://cdn.northpass.io/walmart/staging/walmart-js_11092023_v1.min.js" defer ></script> {% endcomment %}
|
||||
{% include "js_scripts" %}
|
||||
{% elsif current_school.id == production_sandbox_school_id %}
|
||||
{% comment %} <script src="https://cdn.northpass.io/walmart/production-sandbox/walmart-js_11092023_v1.min.js" defer ></script> {% endcomment %}
|
||||
{% include "js_scripts" %}
|
||||
<script src="https://cdn.northpass.io/walmart/production-sandbox/walmart-js_01182024_v1.min.js" defer ></script>
|
||||
{% comment %} {% include "js_scripts" %} {% endcomment %}
|
||||
{% elsif current_school.id == live_school_id %}
|
||||
<script src="https://cdn.northpass.io/walmart/live/walmart-js_11092023_v1.min.js" defer ></script>
|
||||
<script src="https://cdn.northpass.io/walmart/live/walmart-js_01182024_v1.min.js" defer ></script>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user