Update Rust crate rocket_sync_db_pools to 0.1.0 #654
Workflow file for this run
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
# # Copyright (c) 2018-2022 The MobileCoin Foundation | |
# # | |
# # MobileCoin full-service - Delete development namespaces when branch is removed. | |
# name: Mobilecoin Dev Clean Up | |
# on: | |
# delete: {} | |
# jobs: | |
# metadata: | |
# if: startsWith(github.event.ref, 'feature/') | |
# runs-on: mco-dev-small-x64 | |
# outputs: | |
# namespace: ${{ steps.meta.outputs.namespace }} | |
# steps: | |
# - name: Generate version metadata | |
# uses: mobilecoinofficial/gha-k8s-toolbox@v1 | |
# id: meta | |
# with: | |
# action: generate-metadata | |
# prefix: fs | |
# delete: | |
# needs: | |
# - metadata | |
# runs-on: mco-dev-small-x64 | |
# steps: | |
# - name: Delete namespace | |
# uses: mobilecoinofficial/gha-k8s-toolbox@v1 | |
# with: | |
# action: namespace-delete | |
# namespace: ${{ needs.metadata.outputs.namespace }} | |
# rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }} | |
# rancher_url: ${{ secrets.DEV_RANCHER_URL }} | |
# rancher_token: ${{ secrets.DEV_RANCHER_TOKEN }} |