Skip to content

Commit

Permalink
next step
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent eb2d23a commit c0ae6a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Build image
run: |
apk update
apk add docker
apk add docker make terraform git curl bash
git config --global --add safe.directory
make quick-install
cdev version
set -x
ls -la
docker ps

0 comments on commit c0ae6a7

Please sign in to comment.