From 32a2cbc1a6f4ad4114e3d506ef454daaee87b050 Mon Sep 17 00:00:00 2001 From: Catoverflow <55503205+Catoverflow@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:35:15 -0600 Subject: [PATCH] source -> ., wrote too much zsh scripts --- .github/workflows/ci.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e7885b..b5bcab29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Install Rust toolchain run: curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Download Verus uses: actions/checkout@v2 with: @@ -29,7 +29,7 @@ jobs: run: | cd verus/source ./tools/get-z3.sh - source ../tools/activate + . ../tools/activate vargo build --release - name: Cache verus uses: actions/cache@v4 @@ -45,7 +45,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -60,7 +60,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -75,7 +75,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -90,7 +90,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -105,7 +105,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -120,7 +120,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -135,7 +135,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -152,7 +152,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -177,7 +177,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -192,7 +192,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Restore build cache uses: actions/cache@v4 with: @@ -214,7 +214,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy fluent controller run: ./local-test.sh fluent - name: Run fluent e2e tests @@ -232,7 +232,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy rabbitmq controller run: ./local-test.sh rabbitmq - name: Run rabbitmq e2e tests @@ -250,7 +250,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy rabbitmq controller run: ./local-test.sh rabbitmq - name: Run rabbitmq e2e tests for scaling @@ -268,7 +268,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy rabbitmq controller run: ./local-test.sh rabbitmq - name: Run rabbitmq e2e tests for ephemeral @@ -286,7 +286,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy zookeeper controller run: ./local-test.sh zookeeper - name: Run zookeeper e2e tests @@ -304,7 +304,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy zookeeper controller run: ./local-test.sh zookeeper - name: Run zookeeper e2e tests for scaling @@ -322,7 +322,7 @@ jobs: - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y - source .cargo/env + . .cargo/env - name: Deploy vreplicaset controller run: ./local-test.sh vreplicaset - name: Run vreplicaset e2e tests