a couple of small changes
This commit is contained in:
parent
30ab85bd24
commit
dc51c503d0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ pool:
|
|||
steps:
|
||||
- script: |
|
||||
echo "Running on branch: ${BUILD_SOURCEBRANCH#refs/heads/}"
|
||||
displayName: 'Smoke test filesystem access'
|
||||
displayName: 'Print branch'
|
||||
|
||||
- script: |
|
||||
cp ~/dbt-ci/.env .
|
||||
|
|
@ -80,7 +80,7 @@ steps:
|
|||
source venv/bin/activate
|
||||
set -a && source .env && set +a
|
||||
|
||||
dbt compile --select "state:modified" --state ~/dbt-ci/master-artifacts/
|
||||
dbt compile --debug --select "state:modified" --state ~/dbt-ci/master-artifacts/
|
||||
displayName: 'Run dbt compile'
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue