Delete .github / workflows directory
This commit is contained in:
parent
02fa895ab0
commit
bdfdf882b7
|
|
@ -1,15 +0,0 @@
|
||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Run docker
|
|
||||||
run: docker run -it --name vuln_app -p 9991:80 santosomar/vuln_app:latest /bin/bash
|
|
||||||
Loading…
Reference in New Issue
Block a user