We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15c954 commit bb7e10eCopy full SHA for bb7e10e
scripts/cd.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Immediate exit on failure
4
+set -e
5
+
6
# Check all pyproject.toml files that have changed
7
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
8
# Extract the current version and build the expected tag
services/sqlserverflex/pyproject.toml
@@ -16,6 +16,7 @@ packages = [
16
{ include = "stackit", from="src" }
17
]
18
19
20
[tool.poetry.dependencies]
21
python = ">=3.8,<4.0"
22
stackit-core = ">=0.0.1a"
0 commit comments