Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
luksi1 committed Jan 12, 2023
1 parent 6f1352e commit d76020b
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 315 deletions.
12 changes: 7 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ before_script:
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- ./tests/scripts/rebase.sh
- ./tests/scripts/testcases_prepare.sh
- pip3 install kubernetes
- ansible-galaxy collection install kubernetes.core
script:
- ./tests/scripts/testcases_run.sh
after_script:
Expand All @@ -79,9 +81,9 @@ ci-authorized:

include:
- .gitlab-ci/build.yml
- .gitlab-ci/lint.yml
- .gitlab-ci/shellcheck.yml
- .gitlab-ci/terraform.yml
# - .gitlab-ci/lint.yml
# - .gitlab-ci/shellcheck.yml
# - .gitlab-ci/terraform.yml
- .gitlab-ci/packet.yml
- .gitlab-ci/vagrant.yml
- .gitlab-ci/molecule.yml
# - .gitlab-ci/vagrant.yml
# - .gitlab-ci/molecule.yml
Loading

0 comments on commit d76020b

Please sign in to comment.