mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
chore(lint): Fix trailing-whitespace
This commit is contained in:
parent
2ac2b7ce43
commit
9f0d602c72
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -8,6 +8,6 @@
|
|||||||
],
|
],
|
||||||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||||
"unwantedRecommendations": [
|
"unwantedRecommendations": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -8,7 +8,7 @@ Before publishing a PR, please test builds locally:
|
|||||||
|
|
||||||
On each PR that contains changes relevant to Docker builds, images are being built and tested in our CI (GitHub Actions).
|
On each PR that contains changes relevant to Docker builds, images are being built and tested in our CI (GitHub Actions).
|
||||||
> :evergreen_tree: Please be considerate when pushing commits and opening PR for multiple branches, as the process of building images uses energy and contributes to global warming.
|
> :evergreen_tree: Please be considerate when pushing commits and opening PR for multiple branches, as the process of building images uses energy and contributes to global warming.
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
||||||
## Lint
|
## Lint
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[![Build Stable](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml)
|
[![Build Stable](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml)
|
||||||
[![Build Develop](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml)
|
[![Build Develop](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
@ -3,7 +3,7 @@ FROM alpine/git as builder
|
|||||||
ARG GIT_REPO=https://github.com/frappe/frappe.git
|
ARG GIT_REPO=https://github.com/frappe/frappe.git
|
||||||
ARG GIT_BRANCH=develop
|
ARG GIT_BRANCH=develop
|
||||||
|
|
||||||
RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe
|
RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe
|
||||||
|
|
||||||
FROM node:bullseye-slim
|
FROM node:bullseye-slim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user