Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andypf ci update #639

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/helm-charts/assets_server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: owner-info
repository: https://charts.eu-de-2.cloud.sap
version: 0.2.0
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.0.0
digest: sha256:6c7a0e8b21abdaecf3124234d79457638aff93c3f51c9cedd56500d24eb652e0
generated: "2024-03-21T12:16:50.704837+01:00"
4 changes: 2 additions & 2 deletions ci/helm-charts/assets_server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: assets_server
version: 0.1.0
dependencies:
- name: owner-info
repository: https://charts.eu-de-2.cloud.sap
version: 0.2.0
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: '>= 0.0.0'
4 changes: 2 additions & 2 deletions ci/pipeline.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ jobs:
set -e
ls -la
cd ./latest
npm ci --only=production
npm ci --omit=dev
cd ../
echo ""
echo "Done"
/juno/ci/scripts/asset_build.sh --asset-name <%= name %> --asset-type <%= details[:type] %> --output-path ../build_result <% if details[:type] == "lib" %> --last-build-path ../last_build <% end %>
- task: sync
file: juno.git/ci/shared/swift-upload.yaml
Expand Down
Loading