Skip to content

Commit

Permalink
Temporarily change target branch to custom one
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Boenninghausen committed Sep 13, 2024
1 parent 7283c28 commit e1ef25e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/socbed-systemtest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: dev
ref: replace-smtpd-with-aiosmtpd

- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt

- name: Check Python and Ansible path
run: |
which python
which ansible-playbook
ansible-playbook --version

- name: Build Internet Router
uses: nick-invision/retry@v3
Expand Down

0 comments on commit e1ef25e

Please sign in to comment.