Skip to content

Commit

Permalink
Copy actions instead of moving (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
djzager authored Jul 27, 2018
1 parent 422888b commit bfca2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/usr/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ fi
# Move the playbooks if necessary
if [[ ! -d "/opt/apb/project" ]]; then
echo "DEPRECATED: APB playbooks should be stored at /opt/apb/project"
mv /opt/apb/actions $PLAYBOOKS
mkdir -p /opt/apb/project
cp /opt/apb/actions/* $PLAYBOOKS
fi

# Determine the playbook to be executed
Expand Down

0 comments on commit bfca2c5

Please sign in to comment.