CYRIL AJIEH 3 жил өмнө
parent
commit
da0e8a7c02
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      test-prow-e2e.sh

+ 1 - 2
test-prow-e2e.sh

@@ -4,12 +4,11 @@ set -exuo pipefail
 
 ARTIFACT_DIR=${ARTIFACT_DIR:=/tmp/artifacts}
 SCREENSHOTS_DIR=integration-tests/screenshots
-INSTALLER_DIR=${INSTALLER_DIR:=${ARTIFACT_DIR}/installer}
 
 function copyArtifacts {
   if [ -d "$ARTIFACT_DIR" ] && [ -d "$SCREENSHOTS_DIR" ]; then
     echo "Copying artifacts from $(pwd)..."
-    cp -r "$SCREENSHOTS_DIR" "${ARTIFACT_DIR}/integration-tests/screenshots"
+    cp -r "$SCREENSHOTS_DIR" "${ARTIFACT_DIR}"
   fi
 }