Skip to content

Commit 97520e4

Browse files
committed
Move bin/ files to scripts/
redhat-developer/vscode-java#634
1 parent d27fc40 commit 97520e4

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: setup gradle
3232
uses: gradle/actions/setup-gradle@v3
3333

34-
- name: local bin/setup script
35-
run: ./bin/setup
34+
- name: local scripts/setup script
35+
run: ./scripts/setup
3636

3737
- name: npm install
3838
working-directory: src/frontend

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838

3939
### AWS SAM ###
4040
.aws-sam
41+
42+
### VSC ###
43+
/bin

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configure python venv:
6767
```
6868
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
6969
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
70-
bin/setup
70+
scripts/setup
7171
. ./environment
7272
```
7373

bin/.common.sh scripts/.common.sh

File renamed without changes.

bin/setup scripts/setup

File renamed without changes.

0 commit comments

Comments
 (0)