Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
oleh_mykolaishyn committed Nov 7, 2024
1 parent 3c6fd08 commit 60a3dba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -27,10 +27,14 @@ jobs:
run: |
ls -la
- name: LS ~
run: |
ls -la ~
- name: Create file and append content
run: |
echo -e "[dev]\nhost=${{ secrets.WORKSPACE_URL }}" > ~/.databrickscfg
cat .databrickscfg
cat ~/.databrickscfg
- name: Validation
run: |

0 comments on commit 60a3dba

Please sign in to comment.