Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 8ab27ad

Browse files
committed
Correct Workflow
1 parent a17d3c7 commit 8ab27ad

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish docker images to registry
1+
name: CI
22

33
on: [push]
44

@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/checkout@v1
1212

1313
- name: Build Course Docker Image
14-
run: cd courses/cpp/ctf-segv/image && ./build.sh
14+
run: cd courses/cpp/ctf-segv/image && ./test.sh
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

courses/cpp/ctf-segv/image/build.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)