David Burke 2 years ago
parent
commit
97db627dd0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .gitlab-ci.yml

+ 0 - 2
.gitlab-ci.yml

@@ -87,8 +87,6 @@ build_arm_x86:
     - wget https://gitlab.com/api/v4/projects/15449363/jobs/artifacts/$CI_COMMIT_TAG/download?job=build-assets -O assets.zip
     - unzip assets.zip
     - rm assets.zip
-    - mv dist/glitchtip-frontend/* dist/
-    - rmdir dist/glitchtip-frontend
     - VERSION=${CI_COMMIT_REF_NAME#*v}
     - echo "Build version $VERSION ci registry image $CI_REGISTRY_IMAGE commit ref $CI_COMMIT_REF_NAME"
     - docker login -u ${DOCKER_CI_REGISTRY_USER} -p ${DOCKER_CI_REGISTRY_PASSWORD}