This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build buildutils executable from this workflow now too Signed-off-by: Jade Carino <[email protected]> * Fix order condition Signed-off-by: Jade Carino <[email protected]> * Run make again in the third job Signed-off-by: Jade Carino <[email protected]> * Fixed mistake Signed-off-by: Jade Carino <[email protected]> * Add PR num to end of binary name Signed-off-by: Jade Carino <[email protected]> --------- Signed-off-by: Jade Carino <[email protected]>
- Loading branch information
1 parent
648dd70
commit bb8d4fd
Showing
3 changed files
with
72 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:2.4.59 | ||
|
||
RUN rm -v /usr/local/apache2/htdocs/* | ||
COPY /dockerfiles/httpdconf/httpd.conf /usr/local/apache2/conf/httpd.conf | ||
COPY dockerfiles/httpdconf/httpd.conf /usr/local/apache2/conf/httpd.conf | ||
|
||
COPY bin/ /usr/local/apache2/htdocs/ | ||
COPY openapi2beans/bin/ /usr/local/apache2/htdocs/ |