Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Aug 12, 2024
1 parent f40649b commit 7710471
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions e2e/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
set -eu
set -o pipefail

# Install Playbooks
echo "Installing playbooks ..."
docker exec \
${CONTAINER_SERVER} \
sh -c "/mattermost/bin/mmctl --local plugin add /mattermost/prepackaged_plugins/mattermost-plugin-playbooks-*.tar.gz && /mattermost/bin/mmctl --local plugin enable playbooks"

# Copy built plugin into server
echo "Copying calls plugin into ${CONTAINER_SERVER} server container ..."
docker cp dist/*.tar.gz ${CONTAINER_SERVER}:/mattermost/bin/calls
Expand Down

0 comments on commit 7710471

Please sign in to comment.