From 4c252c1f8e89cd5a01a28e55afc95fe59bc4daa3 Mon Sep 17 00:00:00 2001
From: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com>
Date: Tue, 26 Mar 2024 13:46:19 -0700
Subject: [PATCH] Revert "DPC-3979 Change sandbox to use prod tealium (#106)"
(#107)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit e422f2a818d0906dbea695cccbda278ae3f31021.
## đĢ Ticket
https://jira.cms.gov/browse/DPC-3979
## đ Changes
Changes rolled back
## âšī¸ Context for reviewers
Confusion over "stage" and "sandbox" led to inappropriate rollout.
## â
Acceptance Validation
(How were the changes verified? Did you fully test the acceptance
criteria in the ticket? Provide reproducible testing instructions and
screenshots if applicable.)
## đ Security Implications
- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.
If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.
---
_includes/_head.html | 4 +++-
_layouts/default.html | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/_includes/_head.html b/_includes/_head.html
index ce4b1545..27137547 100644
--- a/_includes/_head.html
+++ b/_includes/_head.html
@@ -5,8 +5,10 @@
- {% if jekyll.environment == 'prod' or jekyll.environment == 'stage' %}
+ {% if jekyll.environment == 'prod' %}
+ {% elsif jekyll.environment == 'stage' %}
+
{% else %}
{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index f6a8a8f9..9728d0da 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,8 +17,10 @@