File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ all: docker-build docker-test
1313docker-build :
1414 # https://github.com/docker/buildx#building
1515 docker buildx build \
16- --build-arg VCS_REF=` git rev-parse HEAD` \
17- --build-arg BUILD_DATE=` date -u +" %Y-%m-%dT%H:%M:%SZ" ` \
16+ --build-arg VCS_REF=" $( shell git rev-parse HEAD) " \
17+ --build-arg BUILD_DATE=" $( shell date -u +" %Y-%m-%dT%H:%M:%SZ" ) " \
1818 --tag $(IMAGE_TAG ) \
1919 --progress $(PROGRESS_MODE ) \
2020 --platform $(PLATFORM ) \
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ server {
2323 fastcgi_pass unix:/run/phpfpm/php-fpm.sock;
2424 }
2525
26- location /robots.txt {
27- return 200 "User-agent: *\nDisallow: /";
28- }
26+ location /robots.txt {
27+ return 200 "User-agent: *\nDisallow: /";
28+ }
2929
3030 location ~ ^/(css|js|images)/ {
3131 access_log off;
You can’t perform that action at this time.
0 commit comments