File tree 8 files changed +48184
-10127
lines changed
8 files changed +48184
-10127
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
production :
4
4
docker :
5
- - image : cibuilds/hugo:0.88.a
5
+ - image : cibuilds/hugo:0.92.0
6
6
auth :
7
7
username : devopsdaysbuild
8
8
password : $DOCKERHUB_PASSWORD
14
14
15
15
build :
16
16
docker :
17
- - image : cibuilds/hugo:0.88.1
17
+ - image : cibuilds/hugo:0.92.0
18
18
auth :
19
19
username : devopsdaysbuild
20
20
password : $DOCKERHUB_PASSWORD
31
31
32
32
test :
33
33
docker :
34
- - image : circleci/node:11.5.0
34
+ - image : circleci/node:lts
35
35
auth :
36
36
username : devopsdaysbuild
37
37
password : $DOCKERHUB_PASSWORD
42
42
at : ~/devopsdays/workspace
43
43
- run :
44
44
name : update-npm
45
- command : ' sudo npm install -g npm@6.4 .1'
45
+ command : ' sudo npm install -g npm@8.3 .1'
46
46
- run :
47
47
name : npm-version
48
48
command : ' npm version'
Original file line number Diff line number Diff line change 1
- v9.4.0
1
+ v16.13.2
Original file line number Diff line number Diff line change 1
1
var gulp = require ( 'gulp' ) ,
2
- sass = require ( 'gulp-sass' ) ,
2
+ sass = require ( 'gulp-sass' ) ( require ( 'node-sass' ) ) ,
3
3
sourcemaps = require ( 'gulp-sourcemaps' ) ;
4
4
5
5
sass . compiler = require ( 'node-sass' ) ;
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ $MyPath = $PSScriptRoot
5
5
6
6
docker stop hugo- server
7
7
docker rm hugo- server
8
- docker run - tip 1313 :1313 - v $ (pwd):/ home/ circleci/ project:cached - e HUGO_THEME= devopsdays- theme - e HUGO_BASEURL= " http://localhost:1313" -- name hugo- server -- entrypoint " " cibuilds/ hugo:0.88 . 1 hugo server -- watch -- bind " "
8
+ docker run - tip 1313 :1313 - v $ (pwd):/ home/ circleci/ project:cached - e HUGO_THEME= devopsdays- theme - e HUGO_BASEURL= " http://localhost:1313" -- name hugo- server -- entrypoint " " cibuilds/ hugo:0.92 . 0 hugo server -- watch -- bind " "
Original file line number Diff line number Diff line change 16
16
17
17
docker stop hugo-server
18
18
docker rm hugo-server
19
- docker run -tip 1313:1313 -v $( pwd) :/home/circleci/project:$MOUNT_OPTION -e HUGO_THEME=devopsdays-theme -e HUGO_BASEURL=" http://localhost:1313" --name hugo-server --entrypoint " " cibuilds/hugo:0.88.1 hugo server --watch --bind " "
19
+ docker run -tip 1313:1313 -v $( pwd) :/home/circleci/project:$MOUNT_OPTION -e HUGO_THEME=devopsdays-theme -e HUGO_BASEURL=" http://localhost:1313" --name hugo-server --entrypoint " " cibuilds/hugo:0.92.0 hugo server --watch --bind " "
Original file line number Diff line number Diff line change 15
15
skip_processing = true
16
16
17
17
[context .production .environment ]
18
- HUGO_VERSION = " 0.88.1 "
18
+ HUGO_VERSION = " 0.92.0 "
19
19
20
20
[context .deploy-preview .environment ]
21
- HUGO_VERSION = " 0.88.1 "
21
+ HUGO_VERSION = " 0.92.0 "
22
22
23
23
[context .branch-deploy .environment ]
24
- HUGO_VERSION = " 0.88.1 "
24
+ HUGO_VERSION = " 0.92.0 "
You can’t perform that action at this time.
0 commit comments