Skip to content

remove python stuff

remove python stuff #3

Workflow file for this run

name: vc-ubuntu
on: [push]
jobs:
VM-test-job:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install git docker-compose curl -y
bash -c 'git clone https://github.com/SUNET/vc.git && \
cd vc && \
make docker-build && make start && \
sleep 5 && \
docker logs vc_issuer'