From d8439ee60bed7f925de9877f7662417a58e976c7 Mon Sep 17 00:00:00 2001
From: Daniel K Lyons <dlyons@nrao.edu>
Date: Wed, 24 May 2023 09:39:20 -0600
Subject: [PATCH] Didn't need the second cd apparently

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d7bc507c..5b9bd5da3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -332,7 +332,6 @@ push core_sampler:
     - pip install flit
     - pip install '.[deploy]'
   script:
-    - cd apps/cli/utilities/core_sampler
     - FLIT_INDEX_URL=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi FLIT_USERNAME=gitlab-ci-token FLIT_PASSWORD=${CI_JOB_TOKEN} flit publish
 
 ###############################################
-- 
GitLab