Skip to content

Commit

Permalink
Merge pull request #257 from slimm609/remove_docker-compose
Browse files Browse the repository at this point in the history
fix: remove docker-compose
  • Loading branch information
slimm609 authored Aug 25, 2024
2 parents f93883b + d1a7c33 commit 494b1fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
echo "source file differs, checksec needs build"
exit 1
fi
- name: ubuntu checksec
- name: Checksec tests
run: |
curl -L "https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose run checksec-ubuntu
docker build -t checksec:test -f Dockerfile.ubuntu .
docker run -t checksec:test tests/test-checksec.sh
4 changes: 0 additions & 4 deletions compare_list.txt

This file was deleted.

13 changes: 0 additions & 13 deletions docker-compose.yml

This file was deleted.

0 comments on commit 494b1fc

Please sign in to comment.