Skip to content

Commit bb7e10e

Browse files
committed
ensures immediate return
1 parent b15c954 commit bb7e10e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/cd.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Immediate exit on failure
4+
set -e
5+
36
# Check all pyproject.toml files that have changed
47
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
58
# Extract the current version and build the expected tag

services/sqlserverflex/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ packages = [
1616
{ include = "stackit", from="src" }
1717
]
1818

19+
1920
[tool.poetry.dependencies]
2021
python = ">=3.8,<4.0"
2122
stackit-core = ">=0.0.1a"

0 commit comments

Comments
 (0)