-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cicd): fix bug in specifying tag (#65)
* chore(cicd): fix bug in specifying tag * chore(c): bootstrap benchmarks with base images * perf: debuging collected benchmarks * fix: typo * fix: typo * fix: use find to only find the directory name
- Loading branch information
1 parent
2fc1030
commit f05de7a
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ RUN mkdir -p buggy \ | |
&& mv /tmp/src/util.h /workspace/buggy/src/util.h \ | ||
&& cd buggy \ | ||
&& ./configure | ||
|