Skip to content

Commit

Permalink
fix: use good path for config-files
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Jun 13, 2022
1 parent 89459ad commit 304b1d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ae/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ build_alert_engine() {
--architecture ${ARCH} \
--url "${URL}" \
--description "${DESC}: Alert Engine" \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/ae/graviteeio-ae-engine-${VERSION}/config \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/ae/graviteeio-ae-engine-${VERSION}/license \
--config-files /opt/graviteeio/ae/graviteeio-ae-engine-${VERSION}/config \
--config-files /opt/graviteeio/ae/graviteeio-ae-engine-${VERSION}/license \
--verbose \
-n ${PKGNAME}-engine
}
Expand Down
6 changes: 3 additions & 3 deletions am/3.x/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build_access_gateway() {
--architecture ${ARCH} \
--url "${URL}" \
--description "${DESC}: Access Gateway" \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/am/graviteeio-am-gateway-${VERSION}/config \
--config-files /opt/graviteeio/am/graviteeio-am-gateway-${VERSION}/config \
--verbose \
-n ${PKGNAME}-gateway-3x
}
Expand Down Expand Up @@ -107,7 +107,7 @@ build_management_api() {
--architecture ${ARCH} \
--url "${URL}" \
--description "${DESC}: Management API" \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/am/graviteeio-am-management-api-${VERSION}/config \
--config-files /opt/graviteeio/am/graviteeio-am-management-api-${VERSION}/config \
--verbose \
-n ${PKGNAME}-management-api-3x
}
Expand Down Expand Up @@ -141,7 +141,7 @@ build_management_ui() {
--url "${URL}" \
--description "${DESC}: Management UI" \
--depends nginx \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/am/graviteeio-am-management-ui-${VERSION}/constants.json \
--config-files /opt/graviteeio/am/graviteeio-am-management-ui-${VERSION}/constants.json \
--verbose \
-n ${PKGNAME}-management-ui-3x
}
Expand Down
6 changes: 3 additions & 3 deletions apim/3.x/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build_api_gateway() {
--architecture ${ARCH} \
--url "${URL}" \
--description "${DESC}: API Gateway" \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/apim/graviteeio-apim-gateway-${VERSION}/config \
--config-files /opt/graviteeio/apim/graviteeio-apim-gateway-${VERSION}/config \
--verbose \
-n ${PKGNAME}-gateway-3x
}
Expand Down Expand Up @@ -107,7 +107,7 @@ build_rest_api() {
--architecture ${ARCH} \
--url "${URL}" \
--description "${DESC}: Management API" \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/apim/graviteeio-apim-rest-api-${VERSION}/config \
--config-files /opt/graviteeio/apim/graviteeio-apim-rest-api-${VERSION}/config \
--verbose \
-n ${PKGNAME}-rest-api-3x
}
Expand Down Expand Up @@ -141,7 +141,7 @@ build_management_ui() {
--url "${URL}" \
--description "${DESC}: Management UI" \
--depends nginx \
--config-files ${TEMPLATE_DIR}/opt/graviteeio/apim/graviteeio-apim-console-ui-${VERSION}/constants.json \
--config-files /opt/graviteeio/apim/graviteeio-apim-console-ui-${VERSION}/constants.json \
--verbose \
-n ${PKGNAME}-management-ui-3x
}
Expand Down

0 comments on commit 304b1d7

Please sign in to comment.