Notes on Bitbucket Pipelines
July 2, 2020
Memory Limit
Wenn ein Step OOM faellt:
code
- step:
name: Build
size: 2x
2x verdoppelt CPU/RAM.
Commit Message
code
script:
- COMMIT_MESSAGE=$(git log --format=%B -n 1 "$BITBUCKET_COMMIT")
- echo "$COMMIT_MESSAGE"