Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 6402ff8

Browse files
bmwillbors-libra
authored andcommitted
meta: remove references to circleci
Closes: #7875
1 parent 86120fd commit 6402ff8

File tree

10 files changed

+5
-12
lines changed

10 files changed

+5
-12
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
target/
55
!target/libra-node-builder/libra-node
66
**/*Dockerfile
7-
.circleci/config.yml
87
docker/update_or_build.sh

.github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Substribe to CI changes
2-
/.circleci/ @diem/diem-oss-admin-team
32
/.github/ @diem/diem-oss-admin-team
43

54
# Subscribe to crypto crate changing PRs

.github/workflows/ci-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: find rust/cargo changes.
4646
uses: ./.github/actions/matches
4747
with:
48-
pattern: '^documentation\|^docker\|^scripts\|^.circleci'
48+
pattern: '^documentation\|^docker\|^scripts'
4949
invert: "true"
5050
- id: non-rust-lint-changes
5151
name: find shell/dockerfile changes
@@ -66,7 +66,7 @@ jobs:
6666
name: find changes that should trigger docker compose testing.
6767
uses: ./.github/actions/matches
6868
with:
69-
pattern: '^documentation\|^.circleci'
69+
pattern: '^documentation'
7070
invert: "true"
7171
- id: website-changes
7272
name: find website changes.

.github/workflows/ci-update-sccache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: find rust/cargo changes.
3232
uses: ./.github/actions/matches
3333
with:
34-
pattern: '^documentation\|^docker\|^scripts\|^.circleci'
34+
pattern: '^documentation\|^docker\|^scripts'
3535
invert: "true"
3636
- uses: ./.github/actions/build-setup
3737
if: ${{ steps.rust-changes.outputs.changes-found == 'true' }}
File renamed without changes.

.github/workflows/land-blocking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Check kill switch
7373
id: check_ks
7474
run: |
75-
if ${{ secrets.KILL_SWITCH_LAND_BLOCKING_TEST }} || ! .circleci/should_run_lbt.sh ; then
75+
if ${{ secrets.KILL_SWITCH_LAND_BLOCKING_TEST }} || ! .github/workflow/should_run_lbt.sh ; then
7676
echo "::set-output name=should_run::false";
7777
else
7878
echo "::set-output name=should_run::true";
File renamed without changes.

developers.diem.com/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<hr/>
66

7-
[![CircleCI](https://circleci.com/gh/diem/diem.svg?style=shield)](https://circleci.com/gh/diem/diem)
87
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE.md)
98

109
Diem Core implements a decentralized, programmable database which provides a financial infrastructure that can empower billions of people.

developers.diem.com/src/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ unzip diem.zip
4646

4747
The site is hosted on GitHub pages, via the `gh-pages` branch of the `website'
4848
[GitHub repo](https://github.com/libra/website).
49-
50-
The website is automatically built and published from CircleCI - see the
51-
[config file](https://github.com/libra/website/blob/master/.circleci/config.yml)
52-
for details.

x.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ root-members = [
239239

240240
# CI-related files. TODO: maybe have separate rules for local and CI?
241241
[[determinator.path-rule]]
242-
globs = [".github/**/*", ".circleci/**/*", "codecov.yml"]
242+
globs = [".github/**/*", "codecov.yml"]
243243
mark-changed = "all"
244244

245245
# Core devtools files.

0 commit comments

Comments
 (0)