Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-13 20:00:47 +0300
committerGitHub <noreply@github.com>2021-01-13 20:00:47 +0300
commit852218ac314c4da58d70c7725b6675a4ec944cd1 (patch)
treecc3342c9b3ba48c315c4d3cf3da3fed217d31751
parent038f46a8813cea7dd814ba745d7b2e7c23650cc2 (diff)
CI: remove redundant CI env var (#38)
This is already set by the runner
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d221400..9b07884 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: CI
on: [push, pull_request]
env:
- CI: true
FORCE_COLOR: 2
jobs: