Skip to content

Commit

Permalink
update build arg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 13, 2024
1 parent 8e467e6 commit 26afa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ clear \
"#########################################\n"\
&& docker build --tag dbt-snowflake-1.0.0b1 \
--target dbt-snowflake \
--build-arg dbt_snowflake_ref=dbt-snowflake@v1.0.0b1 \
--build-arg commit_ref=v1.0.0b1 \
docker \
&& docker run dbt-snowflake-1.0.0b1 --version

0 comments on commit 26afa2a

Please sign in to comment.