Skip to content

Commit

Permalink
increase verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Rupanshi Jain <[email protected]>
  • Loading branch information
rdotjain committed Sep 3, 2023
1 parent 19a3ee9 commit 8e87f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
go install github.com/openshift/source-to-image/cmd/s2i@latest
- name: Build a server container
run: |
$HOME/go/bin/s2i build https://github.com/sclorg/django-ex centos/python-35-centos7 hello-python
$HOME/go/bin/s2i build -v https://github.com/sclorg/django-ex centos/python-35-centos7 hello-python
docker run -p 8080:8080 hello-python
$HOME/go/bin/s2i build . registry.access.redhat.com/ubi8/python-36:latest zezere:testimg
- name: Run a server
Expand Down

0 comments on commit 8e87f8c

Please sign in to comment.