Skip to content

Commit

Permalink
Revert "always check for image updates (linux)"
Browse files Browse the repository at this point in the history
This reverts commit cf18fd4.
  • Loading branch information
Tobias krause committed Dec 14, 2023
1 parent cf18fd4 commit 2348397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-studio-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sudo chown -R $IRIS_OWNER_ID $SOURCE_DIR

# run xml-to-udl converter
echo "[STEP] Start converter container image $XML_TO_UDL_IMAGE."
docker run -v "$XML_FILE:/irisrun/export.xml" -v "$SOURCE_DIR/:/irisrun/udl-export" -v "$WEBAPPS_DIR/:/webapplications:ro" --rm --pull always --name xml-to-udl $XML_TO_UDL_IMAGE
docker run -v "$XML_FILE:/irisrun/export.xml" -v "$SOURCE_DIR/:/irisrun/udl-export" -v "$WEBAPPS_DIR/:/webapplications:ro" --rm --name xml-to-udl $XML_TO_UDL_IMAGE

# change owner of source folder back to original owner
echo "[STEP] Change owner of source files back to $USER:$GROUP."
Expand Down

0 comments on commit 2348397

Please sign in to comment.