Skip to content
Snippets Groups Projects
Commit e48cfdbf authored by Wachter, Christoph's avatar Wachter, Christoph
Browse files

(CW) attempt to compensate for removed submodule in .woodpecker.yaml

parent e95635eb
No related branches found
No related tags found
No related merge requests found
steps:
#- name: repo-sync
# image: woodpeckerci/plugin-git
#settings:
# path: https://gitlab.tugraz.at/othgroup/sample.git
# commands:
# - git fetch origin https://gitlab.tugraz.at/othgroup/sample.git main
#- git reset --hard origin/main
- name: Clone tools
image: alpine/git
commands:
- git clone https://codeberg.org/SAMPLE-dev/ToolShed-dev.git tools
- name: test
image: python:3.9-buster
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python ../tests/WoodpeckerRunTestAll.py
- python tests/WoodpeckerRunTestAll.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment