Эх сурвалжийг харах

[ci] Remove `ca-certificate upgrade` and do `apt get update` (#2610)

Harsh Gupta 4 жил өмнө
parent
commit
b41af06ded
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -218,7 +218,7 @@ jobs:
       - run:
           name: compile
           command: |
-            apt-get upgrade -y ca-certificates && apt-get update && apt-get install -y python3.6-dev libsnappy-dev asciidoc # This should not be needed as some point
+            apt-get update && apt-get install -y python3.6-dev libsnappy-dev asciidoc # This should not be needed as some point
 
             export PYTHON_VER=python3.6
             make apps