This is an automated email from the ASF dual-hosted git repository.
zihanli58 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 652b6a2 Clear bad mysql packages from cache in CI/CD machines (#3479)
652b6a2 is described below
commit 652b6a24e6ce072e3e9e618c3e12b92770d8408e
Author: William Lo <[email protected]>
AuthorDate: Tue Mar 15 16:24:38 2022 -0700
Clear bad mysql packages from cache in CI/CD machines (#3479)
---
.github/workflows/build_and_test.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build_and_test.yaml
b/.github/workflows/build_and_test.yaml
index 96c6199..aec2873 100644
--- a/.github/workflows/build_and_test.yaml
+++ b/.github/workflows/build_and_test.yaml
@@ -124,6 +124,7 @@ jobs:
echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- name: Verify mysql connection
run: |
+ sudo apt-get clean
sudo apt-get --fix-missing update
sudo apt-get -f install -o Dpkg::Options::="--force-overwrite"
sudo apt-get purge mysql\*