일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Windows
- numpy
- GitLab
- format
- Linux
- docker
- pytorch
- PostgreSQL
- DB
- CUDA
- judge
- TORCH
- evaluation
- KAKAO
- Mac
- enV
- AI
- Paper
- Container
- Converting
- git
- file
- Package
- Database
- Flask
- list
- Python
- LLM
- Laravel
- pandas
Archives
- Today
- Total
목록yaml (1)
Daily Develope
[GitLab] YAML 파일 작성 예시 (Maven, JUnit 수행)
--- image : maven:latest # 변수 설정 variables: TARGET_DIR : "complete" TESTRESULT_DIR : "target" # 실행 될 스테이지 설정 stages : - build - test - deploy # 매크로 설정 .maven_configure_template : &mvn_conf stage : build artifacts: paths: - $TARGET_DIR # 매크로 로딩 및 스크립트 수행 maven_compile :
Git
2022. 1. 7. 18:13