diff options
| author | Elena Vilchik | 2019-12-18 17:10:10 +0100 |
|---|---|---|
| committer | Alban Auzeill | 2019-12-18 17:10:10 +0100 |
| commit | c8f0071c4f5336dfe0efc5d3c218ab49f2401264 (patch) | |
| tree | 254cd5ed9531d7c62bab4f8ec082e085795ecb8f /.cirrus.yml | |
| parent | 13fe08e87c8a70ffe6e248b774ef826bbe1f779d (diff) | |
| download | sonar-css-c8f0071c4f5336dfe0efc5d3c218ab49f2401264.tar.bz2 | |
Rely on NodeJS API of Stylelint to execute CSS rules (#221)
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7ed0829..ab3274d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,9 +38,15 @@ only_sonarsource_qa: &ONLY_SONARSOURCE_QA build_task: gke_container: - <<: *CONTAINER_DEFINITION + dockerfile: .cirrus/nodejs-lts.Dockerfile + builder_image_project: language-team + builder_image_name: docker-builder-lt-v1 + cluster_name: cirrus-ci-lt-cluster + zone: us-central1-a + namespace: default cpu: 2 memory: 2G + env: GITHUB_TOKEN: ENCRYPTED[!a4048528b1a03f194719e3295c10e46c1e197c706b3d7c71dfc93540535aa9012ae61c3b66d0d6c6901b6a5e0bd84c68!] # analysis on next |
