chore: fix workflow
This commit is contained in:
parent
3e6159ff52
commit
23b7f0f696
@ -11,6 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
SSH_REPO_URL: "ssh://git@clrepo.tls13.io:9623"
|
||||
TARGET_NAME: "docserver"
|
||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||
KUBECONFIG: "/tmp/.kubeconfig"
|
||||
RUSTUP_HOME: "/toolcache/rust/.rustup"
|
||||
@ -37,12 +39,9 @@ jobs:
|
||||
# #submodules: 'recursive'
|
||||
# # Defs https://gitea.com/actions/checkout
|
||||
# #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
- name: Submodules update
|
||||
- name: Clone repository
|
||||
run: |
|
||||
echo ${{ gitea.ssh_url }}
|
||||
git clone --recurse-submodules ssh://git@clrepo.tls13.io:9623/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
||||
cd ${{ gitea.workspace }}
|
||||
git clone --recurse-submodules ${SSH_REPO_URL}/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
||||
#while true; do sleep 20; done
|
||||
- name: Install Rust
|
||||
run: |
|
||||
@ -67,7 +66,6 @@ jobs:
|
||||
- name: Rust build
|
||||
run: |
|
||||
source "${CARGO_HOME}/env"
|
||||
while true; do sleep 20; done
|
||||
cd ${{ gitea.workspace }}
|
||||
cargo build
|
||||
ls -l target/debug
|
||||
@ -89,6 +87,7 @@ jobs:
|
||||
fi
|
||||
echo "${{ vars.K8_CONFIGMAP_JOB }}" | sed "s/{{KS_NAMESPACE}}/${{ vars.KS_NAMESPACE }}/g" | sed "s/{{KS_JOB_NAME}}/${{ vars.KS_JOB_NAME }}/g"> /tmp/config_job.yaml
|
||||
echo "🍏 Job ${{ vars.KS_JOB_NAME }} in ${{ vars.KS_NAMESPACE }} launched."
|
||||
echo "kubectl cp -n ${{ vars.KS_NAMESPACE }} ${{ gitea.workspace }}/target/debug/${TARGET_NAME} pod/targetPath ""
|
||||
# kubectl apply -f /tmp/config_job.yaml
|
||||
# kubectl apply -f /tmp/job.yaml
|
||||
# kubectl get jobs -n ${{ vars.KS_NAMESPACE }}
|
Loading…
Reference in New Issue
Block a user