From 22f71932eb0e50a5fcb4ee488a7d1c9ec674a483 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 2 Mar 2022 11:21:09 -0600 Subject: [PATCH] remove production test (won't work without emirge) --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e663823..4503ae9b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,12 +134,6 @@ jobs: if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then # Test main branch examples/run_examples.sh ./examples - - # Test production branch - curl -O -L https://raw.githubusercontent.com/illinois-ceesd/emirge/main/switch-mirgecom.sh - chmod a+x switch-mirgecom.sh - ./switch-mirgecom.sh prod - examples/run_examples.sh ./examples fi test_py_project