We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d593a87 commit c83bd4cCopy full SHA for c83bd4c
.github/workflows/cd-release.yml
@@ -72,7 +72,7 @@ jobs:
72
shell: bash
73
run: |
74
git checkout $BRANCH_NAME
75
- sed -i "48s/.*/RUN python -m pip install dbt-teradata==$RELEASE_VERSION/g" docker/Dockerfile
+ sed -i "s/dbt-teradata==[0-9.]\+/dbt-teradata==$RELEASE_VERSION/g" docker/Dockerfile
76
if [[ "$RELEASE_VERSION" == "1.8"* ]] || [[ "$RELEASE_VERSION" > "1.8" ]]; then
77
if ! grep -q "RUN python -m pip install dbt-core>=1.8.0" docker/Dockerfile; then
78
echo "RUN python -m pip install dbt-core>=1.8.0" >> docker/Dockerfile
0 commit comments