Skip to content

Commit

Permalink
Update pr-deploy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Aug 2, 2024
1 parent cf27ff3 commit 1a772e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
# Handle COMMENT_ID
COMMENT_ID=$(jq -r --arg key $PR_ID '.[$key] // ""' ${COMMENT_ID_FILE})
comment "Deploying ⏳" "#"
apt update

# Ensure docker is installed
if [ ! command -v docker &> /dev/null ]; then
apt-get update
Expand Down

0 comments on commit 1a772e9

Please sign in to comment.