Compare commits
3 Commits
76ec3d0a13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f290cbbe47 | ||
|
|
e9c39073be | ||
|
|
43649543e2 |
@@ -20,6 +20,12 @@ it-sec-repo/
|
||||
- add the tag `sheetXX-submission` to the git commit where sheetXX is the directory containing the submission
|
||||
```
|
||||
git tag sheetXX-submission
|
||||
git push origin sheetXX-submission
|
||||
```
|
||||
- push that submission commit to the main branch
|
||||
- the pipeline will create the zip file with the submission and release it
|
||||
|
||||
#### Removing tags
|
||||
- delete the tag from the remote through the UI or `git push --delete origin tagName`
|
||||
- delete the tag locally `git tag -d tagName`
|
||||
- delete the release in the gitea UI
|
||||
0
sheet01/a1/overview.md
Normal file
0
sheet01/a1/overview.md
Normal file
0
sheet01/a2/b.txt
Normal file
0
sheet01/a2/b.txt
Normal file
0
sheet01/a2/c.txt
Normal file
0
sheet01/a2/c.txt
Normal file
0
sheet01/a2/d.txt
Normal file
0
sheet01/a2/d.txt
Normal file
0
sheet01/a2/plaintext.txt
Normal file
0
sheet01/a2/plaintext.txt
Normal file
@@ -1 +0,0 @@
|
||||
stuff
|
||||
@@ -1 +0,0 @@
|
||||
sdfsd
|
||||
Reference in New Issue
Block a user