Skip to content

Commit

Permalink
🐝 deploy-content should not acquire lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Oct 9, 2023
1 parent f4c8a4a commit eaf842c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ops/buildkite/deploy-content
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ bake_gdoc_posts() {
# Don't run this in parallel with code building, wait for it to finish
(
echo '==> Acquiring lock'
flock -x 200
# Wait for the lock, but don't acquire it
flock -s 200

deploy_content
) 200>/var/lock/build-code.lock

0 comments on commit eaf842c

Please sign in to comment.